home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / win31.txt < prev    next >
Text File  |  1992-04-27  |  12KB  |  283 lines

  1. LANtastic Network Operating System Version 4 Compatibility Bulletin
  2. Product Reviewed:  Microsoft Windows version 3.1
  3. Classification:  Multi-tasking/Windowing Environments
  4. Date:  04/27/91
  5. Engineer:  JAG
  6. -------------------------------------------------------------------------------        
  7.  
  8. Compatibility Statement:
  9. Microsoft Windows 3.1 is compatible with LANtastic NOS v4.xx.
  10.  
  11.  
  12. Product Overview:
  13. Windows 3.1 builds upon the legacy of Microsoft's popular graphical user 
  14. interface in many ways.  It includes faster overall performance, enhanced 
  15. Program Manager and File Manager functionalities, sound and multi-media 
  16. capabilities, and better support for diverse LAN environments.
  17.  
  18.  
  19. Test Equipment Configuration:
  20. The following machines were used for Windows 3.1 testing.  All machines have 
  21. VGA adapters installed and use Artisoft AE-2 or AE-3 NICs.  Testing was 
  22. completed using LANtastic NOS v4.10 with AILANBIO.EXE and AE2.EXE v3.01.  
  23. All machines were configured as LANtastic servers and used the Windows 3.1 
  24. versions of Microsoft's HIMEM.SYS and EMM386.EXE for memory management.  
  25. Extended memory was configured as XMS with Upper Memory support enabled. 
  26. Windows was tested in both Standard and 386 Enhanced modes.
  27.  
  28.    -  CompuAdd 333:   386DX/33, DOS 5.0 
  29.    -  CompuAdd 316s:  386SX/16, DOS 5.0 
  30.    -  Northgate 386:  386DX/20, DOS 5.0 
  31.    -  Tandon 486:     486DX/33, DOS 5.0 
  32.  
  33.  
  34. Product Installation Notes:
  35. 1.  The Windows 3.1 SETUP program is now able to detect the LANtastic 
  36. network environment during installation.  For this to work correctly, LANtastic 
  37. must be running when you run SETUP.  The steps below detail the two ways you 
  38. can install or upgrade Windows 3.1 on a LANtastic network.  
  39.  
  40. NOTE: SETUP should never be run from within a Windows DOS prompt 
  41. Window, you must exit completely from Windows first.  
  42.  
  43. A.  Local SETUP, installing from the Windows diskettes at each workstation:
  44.  
  45. When performing a local SETUP, follow the same process as if you were 
  46. installing Windows 3.1 on a stand-alone machine.  For most PCs this is as 
  47. easy as inserting SETUP Disk 1 into the floppy drive, changing to that drive, 
  48. and typing the SETUP command.   From there, follow the on-screen 
  49. instructions for installation.  If LANtastic is detected, SETUP will display 
  50. "LANtastic Network Operating System version 4.xx" in the "Network:" 
  51. selection on the System Configuration screen.  If no network is detected, exit 
  52. SETUP and ensure that the LANtastic software is running before continuing 
  53. with the Windows 3.1 installation.
  54.  
  55. B.  Network SETUP, installing Windows from a network drive:
  56.  
  57. SETUP for Windows 3.1 can now perform an "Administrative setup"  which 
  58. expands the Windows files from the floppy disks and copies them all to a 
  59. specified directory on a network server.  Each workstation then logs into that 
  60. server and runs SETUP from the network directory, shortening installation 
  61. time dramatically.  (Note: check with Microsoft or your Windows dealer for 
  62. specific licensing terms.)  To perform an administrative setup, put SETUP 
  63. Disk 1 in the floppy drive, change to that drive and type 
  64.  
  65.    SETUP /A
  66.  
  67. at the DOS prompt.  Once you have completed the administrative setup, you 
  68. can install or upgrade Windows on each LAN workstation in one of two ways.  
  69. First, you can run SETUP from the network drive just as you would from the 
  70. installation diskettes, creating a local copy that can run either with or 
  71. without running the network software.  To do this, NET USE the server's drive, 
  72. switch to that drive and run SETUP.  A typical sequence of commands would be:
  73.  
  74.    C:\>  NET USE W: \\WIN_SERVER\C-DRIVE
  75.    C:\>  W:
  76.    W:\> CD WINADMIN
  77.    W:\WINADMIN> SETUP
  78.  
  79. Note that if the server where the administrative setup is installed is also 
  80. going to be running Windows, do not issue the above NET USE command at 
  81. that server itself.  Instead, switch to the administrative directory on the 
  82. local partition (C: in the above example) and run SETUP from there.
  83.  
  84. The second method of installation is the "network setup."  The network setup 
  85. requires less disk space on the workstation's hard disk, but the network 
  86. software must be running in order for Windows to load.  It leaves common 
  87. files and programs that can be used by all workstations in the administrative 
  88. directory on the server rather than copying them to the workstation.  To 
  89. perform a network setup, follow the procedure outlined above, but type 
  90.  
  91.    SETUP /N
  92.  
  93. at the DOS prompt in the Windows administrative setup directory.  This type 
  94. of setup requires you to always redirect (NET USE) a specific logical disk to 
  95. the server's hard drive so that Windows can access the common programs 
  96. when it needs them.  This drive letter is the network drive from which you run 
  97. SETUP, and SETUP will automatically add the administrative directory and 
  98. drive to the PATH statement in your AUTOEXEC.BAT file.  Make sure you 
  99. add the NET USE command to the STARTNET.BAT (or other batch file you 
  100. use to bring up the LAN) or Windows will not be able to load.
  101.  
  102. 2.  The SETUP program will automatically add SMARTDrive disk cache to your 
  103. AUTOEXEC.BAT (and possibly to CONFIG.SYS also).  If you are running 
  104. Artisoft's LANCache utility, you must disable one of the caches or risk data 
  105. corruption.  To disable SMARTDrive, locate the following line in your 
  106. AUTOEXEC.BAT file and delete it:
  107.  
  108.    C:\WINDOWS\SMARTDRV.EXE
  109.  
  110. Refer to the "Using LANCache with Microsoft Windows" section in the LANtastic 
  111. NOS Reference Manual for more information on configuring LANCache for use 
  112. with Windows.
  113.  
  114. To disable LANCache utility, open your STARTNET.BAT (or other batch file that 
  115. starts the network) and delete the line that looks similar to:
  116.  
  117.    C:\LANTASTI\LANCACHE 
  118.  
  119. See the Microsoft Windows User's Guide for more information on running 
  120. SMARTDrive.
  121.  
  122.  
  123. Product Execution Notes:
  124. 1.  Your DOS PATH= statement in the AUTOEXEC.BAT should not include any 
  125. redirected drives that loop back to your local server.  For example, if your 
  126. server name is WIN_SERVER, the NET USE statement in the "Network SETUP" 
  127. section above is an example of a loopback redirection.  If your PC locks up at 
  128. the Windows logo screen when Windows is starting up, this is the most likely 
  129. reason.  To resolve this, you should remove any loopback paths from your 
  130. PATH= statement or cancel the redirection before starting Windows and 
  131. reconnect the drive once Windows is running.
  132.  
  133. 2.  If you are running Windows 3.1 on a machine that also functions as a print 
  134. server, perform the following steps to speed up printing:
  135.  
  136.     a.  At DOS, run the NET_MGR program and select "Shared Resource 
  137.     Management" from the Main Functions menu.
  138.  
  139.     b.  Select the printer resource (e.g. @PRINTER), select the Chars/Second 
  140.     field and change it to 9600.
  141.  
  142.     c.  Hit the ESC key twice to return to the Main Functions menu, then 
  143.     choose the "Server Startup Parameters" selection.  Set Printer Tasks to 
  144.     1, even if you have more than one printer physically attached to this 
  145.     machine.  Exit from NET_MGR and reboot if you changed the Printer Tasks 
  146.     setting.
  147.  
  148. 3.  With Windows 3.1, you can send print jobs to any of the standard print 
  149. devices (e.g. LPT1-3, COM1,2) when running over LANtastic.  However, if the 
  150. printer you are sending jobs to is a network printer, carry out the following steps 
  151. to streamline printing:
  152.  
  153.     a.  From the Main Group in Windows, select Control Panel and then 
  154.     Printers.  If the "Use Print Manager" box is checked, click on the box 
  155.     to turn it off.  This will eliminate double spooling of jobs, since both 
  156.     Windows and LANtastic have print spoolers.
  157.  
  158.     b.  From that same window, click on the "Connect" button and uncheck the 
  159.     "Fast Printing Direct to Port" box that appears in the Connect window.
  160.  
  161.     c.  Also in the Connect window, put the value 900 in the "Device Not 
  162.     Selected" box, and change the "Transmission Retry Timeout" to 950.
  163.  
  164.  
  165. Compatibility Notes:
  166. 1.  If Windows 3.1 replaces a Windows 3.0 installation and you run Windows in 
  167. Standard mode, you may receive an error message regarding NetHeapSize.  
  168. Windows will display an informative message on startup requesting that you 
  169. reduce this setting.  Generally, this is because the [standard] section of the 
  170. SYSTEM.INI file contains this line:
  171.  
  172.    NetHeapSize=64
  173.  
  174. Change this value to 63 to eliminate the informative message.
  175.  
  176. 2.  SETUP will not be able to configure a permanent swap file if the LANtastic 
  177. SERVER program is running.  To remedy this, have all users log out of your 
  178. server and remove SERVER from memory. You can then run SETUP or change 
  179. the virtual memory settings from the 386 Enhanced option within Control Panel.  
  180. Remove SERVER by running the command below at the DOS prompt (NOT within a 
  181. Windows DOS prompt window).  
  182.  
  183.    SERVER /REMOVE
  184.  
  185. Note that this command will shut down your server and log out any active users.
  186. No other users may log in or use your system until you re-run the server 
  187. program.  If the above command returns the message "ERROR: not safe to 
  188. REMOVE, Interrupts re-hooked," you must temporarily comment out the SERVER 
  189. command from your STARTNET.BAT file and reboot the machine before configuring 
  190. the swap file.
  191.  
  192.  
  193. 3.  SETUP inserts the following line in the [386Enh] section of the SYSTEM.INI
  194. file during the configuration process:
  195.  
  196.    EMMExclude=D800-DFFF
  197.  
  198. This prevents Windows from using the default RAMBASE address of the Artisoft 
  199. Enhanced 2Mbps (E2Mbps) adapter.  You may remove this line if you are using 
  200. Artisoft AE-2, AE-2/T, AE-3, or  AE-1 adapters since they do not use a 
  201. RAMBASE address.  If you do have the E2Mbps adapter, verify the address it 
  202. uses and change the values on the EMMExclude line to match them if 
  203. necessary.  If you are using adapter cards other than Artisoft's, check the 
  204. adapter documentation to confirm whether the card uses a RAMBASE address.
  205.  
  206.  
  207. Vendor Information:
  208. Microsoft Corporation
  209. One Microsoft Way
  210. Redmond, WA  98052-6399
  211. 206/882-8080
  212.  
  213.  
  214.  
  215. Internal Product Overview       ARTISOFT CONFIDENTIAL
  216. The following information is based on the Test Engineer's observations of this 
  217. third party product.  It is for in-house use only and is ARTISOFT Confidential.
  218.  
  219. General Impressions
  220.  
  221. Third Party Contacts
  222.  
  223. Product Licensing
  224.  
  225. Product Installation
  226.  
  227. Product Documentation
  228.  
  229. Product Performance
  230.  
  231. Suggested Improvements
  232.  
  233.  
  234.     Page 4
  235.  
  236.  
  237.  
  238.  
  239.     Page 1
  240.  
  241.     
  242. ARTISOFT, Inc. Makes no warranties as to the completeness or accuracy of this document.  
  243. LANtastic is a trademark of ARTISOFT, Inc.  Brand names, company names, and product names 
  244. are trademarks or registered trademarks of their respective companies.
  245.  
  246. LANtastic Network Operating System Version 4 Compatibility Bulletin
  247.  
  248. Product Reviewed:  Microsoft Windows verstion 3.1
  249. Classification:  Multi-tasking/Windowing Environments
  250. Date:  04/27/91
  251. Engineer:  JAG
  252.     
  253.  
  254.  
  255.     
  256.     Page 1
  257.  
  258.     
  259. ARTISOFT, Inc. Makes no warranties as to the completeness or accuracy of this document.  
  260. LANtastic is a trademark of ARTISOFT, Inc.  Brand names, company names, and product names 
  261. are trademarks or registered trademarks of their respective companies.
  262.  
  263.  
  264.     
  265. ARTISOFT, Inc. Makes no warranties as to the completeness or accuracy of this document.  
  266. LANtastic is a trademark of ARTISOFT, Inc.  Brand names, company names, and product names 
  267. are trademarks or registered trademarks of their respective companies.
  268.  
  269.  
  270. LANtastic Network Operating System version 4.xx Compatibility Bulletin
  271.  
  272. Product Reviewed: Microsoft Windows version 3.1
  273. Classification:  Multi-tasking/multi-windowing environments
  274. Date:  4/27/92
  275. Engineer:  JAG
  276.     
  277.  
  278.     Artisoft Confidential
  279.  
  280.     Artisoft Confidential
  281.  
  282.  
  283.